home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Bus / A / 4dSample.cpt / Proc.Ext.rsrc / 4DTE_15024_Changer_Ligne < prev    next >
Encoding:
Text File  |  1988-03-14  |  367 b   |  12 lines

  1. ChangeMenuItem(Var1;Var2;Var3)
  2. Var1, Var2 are of type Integer.
  3. Var3 is of type String.
  4.  
  5. This external is used to change the title of any menu item.
  6.  
  7. Var1 contains the Menu which is to be changed and Var2 contains the item in the Menu Var1 which is to be changed.
  8.  
  9. For example:
  10. ChangeMenuItem(1;3;"MyTitle")
  11. would change the third item in the first menu to "MyTitle".
  12.